CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Knapsack Problem genetic

搜索资源列表

  1. ga-tabu-

    0下载:
  2. 遗传、禁忌、模拟退火等算法求解背包问题C-Genetic, contraindications, simulated annealing algorithm for knapsack problem C++
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:636244
    • 提供者:
  1. GA

    0下载:
  2. vc++中用以测试mpi并行的遗传算法,应用在0-1背包的问题中。-Vc++ is used to test the mpi parallel genetic algorithm (ga), used in 0-1 knapsack problem.
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:613
    • 提供者:匡荣
  1. GA

    0下载:
  2. python遗传算法求解背包问题,后者由1978年由Merkel和Hellman提出。其运行依赖DEAP -python genetic algorithm knapsack problem, which in 1978 proposed by Merkel and Hellman. Its operation depend DEAP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2720
    • 提供者:夏益志
  1. bp

    0下载:
  2. 背包问题_遗传算法解决,matlab例程,数学建模常用算法-Genetic algorithm to solve knapsack problem _, matlab routines, mathematical modeling algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2416
    • 提供者:jan
  1. GA

    6下载:
  2. matlab代码遗传算法解决背包问题,0-1整数规划问题-Genetic algorithm to solve knapsack problem, 01 integer programming problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3355
    • 提供者:MarsLu
  1. GA0-1beibao

    2下载:
  2. Matlab 代码,用遗传算法解决01背包问题-Matlab code, using genetic algorithms to solve knapsack problem 01
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6818
    • 提供者:于超
  1. Kp_IGAX

    0下载:
  2. 此程序采用了免疫遗传算法求解背包问题,其中重要参数都有说明。-Immune genetic algorithm has been developed to handle the knapsack problem, the important parameters have been described in the program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1822
    • 提供者:huangpiao
  1. beibao

    0下载:
  2. 背包问题用遗传算法解决的一个例子-An example of using genetic algorithms to solve knapsack problem of
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2606
    • 提供者:misshan
  1. kp_ga

    0下载:
  2. 遗传算法求解背包问题,基本的遗传算法,采用顺序编码-Genetic algorithm for solving knapsack problem,the basic genetic algorithm, using the coding sequence
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2611
    • 提供者:刘鹭
  1. TSP

    0下载:
  2. 1.用模拟退火解决TSP问题 2.用遗传算法解决0/1背包问题-1. solve TSP problem using simulated annealing 2. 0/1 knapsack problem solved using genetic algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:102498
    • 提供者:刘晨
  1. ym_C.GA_for_Knapsack_Problem_hicode

    0下载:
  2. 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:14145
    • 提供者:常小小
  1. TSP

    0下载:
  2. 遗传算法在旅行商问题下的一种应用代码,一种能够解决多维背包问题的应用代码。-Genetic algorithm in the traveling salesman problem of a kind of application code, one can solve the multi-dimensional knapsack problem application code.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:5823
    • 提供者:徐练淞
  1. liangziyichuan

    1下载:
  2. 量子遗传算法解决0-1背包问题的MATLAB代码,亲测好用-Quantum genetic algorithm to solve 0-1 knapsack problem MATLAB code, useful pro-test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:3690
    • 提供者:张婷
  1. OwnTest

    0下载:
  2. 通过Java编码实现标准遗传算法(SGA)解决背包问题(Through Java coding, the standard genetic algorithm (SGA) is implemented to solve knapsack problem)
  3. 所属分类:Java编程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:paladin_xia
  1. GeneticAlgorithm

    0下载:
  2. 使用传统的遗传算法解决0-1背包问题,其中使用的是轮盘选择、最简单的随机交叉变异(Using traditional genetic algorithm to solve the 0-1 knapsack problem)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:9216
    • 提供者:毛毛虫111
  1. 遗传算法解决背包问题

    2下载:
  2. 遗传算法解决背包问题,matlab环境实现c流程(Solving knapsack problem by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:sgdmc
  1. backpage

    0下载:
  2. 利用遗传算法解决背包问题给定10个物品及其重量,放入总重量为25的背包(Using genetic algorithm to solve knapsack problem, give 10 items and their weight, and put them in a total weight of 25 knapsack.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:LEEay
  1. GeneticAlgorithm

    0下载:
  2. 能根据输入的范围计算y=x^2的最优值,以及解决背包问题的遗传算法(It can calculate the optimal value of y=x^2 according to the input range as well as solve the knapsack problem by genetic algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:154624
    • 提供者:超级大彪彪
  1. 遗传算法01背包问题

    1下载:
  2. 使用遗传算法解决01背包问题,并输出得到最大价值的遗传代数以及每一代的最大价值(Using genetic algorithm to solve 01 knapsack problem)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-10
    • 文件大小:2048
    • 提供者:23258hyw
  1. matlab程序(解决0-1背包问题)

    3下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2020-10-10
    • 文件大小:21504
    • 提供者:MR安眠
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com